Jupyter notebook & python
import sys
from PyQt4 import QtGui
app = QtGui.QApplication(sys.argv)
window = QtGui.QWidget()
window.show()
Whenever this command i entered, jupyter Kernel dead message appears. Please let me know why this isn't running.
You must be logged in to post. Please login or register an account.